home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / dir / CTree.lha / CTree.readme < prev   
Text File  |  2002-05-12  |  3KB  |  78 lines

  1. Short:    Create a copy of a tree structure
  2. Author:   Hervé Dupont (herve.dpt@free.fr)
  3. Uploader: Hervé Dupont (herve.dpt@free.fr)
  4. Version:  1.0 (12.05.2002)
  5. Requires: OS1.3+
  6.  
  7. STATUS:   FreeWare
  8.  
  9. NOTE:     CTree stand for 'Copy Tree' or 'Clone Tree'... :)
  10.           This CLI script create a complete copy of directories with
  11.           sub-directories to another location without copied the files.
  12.  
  13.                         !! USE AT YOUR OWN RISKS !!
  14.  
  15.           1) Français
  16.           2) English
  17.  
  18.  
  19. 1) Voici un petit utilitaire pour créer une copie de vos arborescences
  20. vers une autre destination. La structure complète des répertoires vides
  21. sera créée.
  22.  
  23. Installation :
  24.    Copiez « CTree » dans un répertoire d'utilisation actif par le système
  25. comme « C: » ou « S: ».
  26.    Vérifiez la présence de l'attribut S (Script) pour vous éviter d'utiliser
  27. la commande Execute devant la commande.
  28.  
  29. Utilisation :
  30. Syntaxe : CTree <Rep1> <Rep2|->
  31. Rep1 : Chemin de l'arborescence à copier. Ex. : dh0:tvx/celui-ci.
  32. Rep2 : Destination de l'arborescence. Ex. : dh2:ICI/.
  33. Rep2 : -  Mode test. Affichage sans création de l'arborescence.
  34.           le fichier temporaire « tparbrv01 » dans RAM: ne sera pas effacé
  35.           vous permettant de vérifier et ou de modifier à votre
  36.           convenance les chemins crées. Si tout est parfait, re-exécutez
  37.           la commande avec cette fois le chemin de destination ou bien
  38.           utilisez « Execute ram:tparbrv01 » dans un Shell pour exécuter
  39.           le fichier avec les actions ainsi modifiées.
  40.  
  41. La terminaison « : » ou « / » pour le chemin de destination (Rep2) est
  42. obligatoire !
  43.  
  44. Merci à Jacques Vanhove pour son aide et ses tests !
  45.  
  46. Notes :
  47. - Permet la copie de l'arborescence vers une autre partition.
  48. - Supporte les noms composés d'espaces.
  49.  
  50.  
  51. 2) A little tool to make a copy of original tree directories. Files will
  52. be not copied!
  53.  
  54. Installation:
  55.    Copy 'CTree' to an active system path like 'C:' or 'S:'.
  56.    Check the S flag is set to avoid more typo writing 'Execute' before
  57.    the CTree command. ;)
  58.  
  59. How to use:
  60. Template: CTree <Rep1> <Rep2|->
  61. Rep1 : Path from tree to be copied. Eg. : dh0:tvx/this_one.
  62. Rep2 : Where to put copied tree? Eg. : dh2:HERE/.
  63. Rep2 : -  Test mode. display tree list without create it.
  64.           temporary file 'tparbrv01' in 'RAM:' will be not deleted then
  65.           you could if you want to check or modify entries for your
  66.           own convenience.
  67.           Next, re-launch CTree with a destination path or just write
  68.           'Execute ram:tparbrv01' in a Shell to execute the modified
  69.           file.
  70.  
  71. Ending destination path (Rep2) with « : » or « / » is very important!
  72.  
  73. Big thanks to Jacques Vanhove for his help and tests he did!
  74.  
  75. Notes:
  76. - Give a way to copie to another partition.
  77. - support names with spaces.
  78.